home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Serious Demos / PageSentry 2.5.1 CD Demo / Sample AppleScripts / DisplayDialog (Simple) < prev    next >
Text File  |  1996-02-04  |  361b  |  6 lines

  1. --- PageSentry Notification Applet
  2. --- DisplayDialog
  3.  
  4. on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
  5.     display dialog "Received Sentry Event" & return & return & "SentryName: " & sentryName & return & "failed URL: " & failedURL & return & "Extra: " & extra & return & "Status: " & Status
  6. end «event SENTfail»